home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / rwdir21.zip / REFRESH.BAT < prev    next >
DOS Batch File  |  1992-01-19  |  600b  |  17 lines

  1. @echo off
  2. rem         REFRESH.BAT is a batch file that if found by PCBFILER
  3. rem         will be executed *IF* while you were in the Filer, you
  4. rem         made any changes. This is the prefered method for doing
  5. rem         updates to your HEADERS and MENUS using RWDir.
  6. rem
  7. rem         Requires PCBoard 14.5"A" Version....
  8. rem
  9. echo        Your DIRectories have Changed! About to Run RWDIR...
  10. echo        .
  11. echo        Press Cntl-C if you do NOT wish to run RWDir, otherwise
  12. pause
  13. rem
  14. rem         (you may need to change DRIVE:\DIR here for YOUR system...
  15. rem
  16. CALL C:\RWDIR\HEADS.BAT
  17.